Closed
Conversation
…or the new image, removed unnecessary contours in extract_difference_image
…feature/performance_test
…feature/performance_test
abrichr
requested changes
Jul 12, 2024
abrichr
reviewed
Jul 15, 2024
| @@ -0,0 +1,49 @@ | |||
| """This module provides platform-specific implementations for window and element | |||
| interactions using accessibility APIs. It abstracts the platform differences | |||
Member
There was a problem hiding this comment.
Please remove unnecessary indent
abrichr
reviewed
Jul 15, 2024
| from . import _macos as impl | ||
|
|
||
| role = "AXStaticText" | ||
| elif sys.platform in ("win32", "linux"): |
Member
|
Let's add the simple spreadsheet task:
I believe evaluating on MacOS won't work because Excel for Mac does not appear to contain accessibility data. A workaround for this is to use AppleScript: |
Member
|
Closing as part of the architecture transition. The legacy codebase has been moved to If this change is still needed, please:
See PR #960 for details on the new meta-package architecture. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Performance test for #704
Summary
This is a WIP PR for issue #704. Conducted both the performance test as per (#704 (comment)) and outcomes are saved in
test_results.txtChecklist
How can your code be run and tested?
Other information